home *** CD-ROM | disk | FTP | other *** search
- stop();
- _root.pause_mc.removeMovieClip(this);
- _root.f_timeCounter = setInterval(_root.timeCounter,1000);
- _root.controller.onEnterFrame = function()
- {
- _root.controlFunc();
- };
- if(_root.f_bottleTimeMc == true)
- {
- _root.bottleTimeMc.play();
- }
- if(_root.f_unDeadMc == true)
- {
- _root.unDeadMc.play();
- }
- if(_root.f_enemyStopMc == true)
- {
- _root.enemyStopMc.play();
- }
-